Fix a typo.
authorKjartan Maraas <kmaraas@gnome.org>
Mon, 6 Aug 2001 19:15:25 +0000 (19:15 +0000)
committerKjartan Maraas <kmaraas@src.gnome.org>
Mon, 6 Aug 2001 19:15:25 +0000 (19:15 +0000)
2001-08-06  Kjartan Maraas  <kmaraas@gnome.org>

* gdk-pixdata.c: Fix a typo.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixdata.c

index 7498bb87a9043856b5d7d11e819837289ea1a20b..ed830a35b905992574bb8494632a697c72a32e7c 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-06  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gdk-pixdata.c: Fix a typo.
+       
 2001-07-30  Hans Breuer  <hans@breuer.org>
 
        * pixops/makefile.msc : new file
index 77040bdc04667491744bd479b7130d36b1ed32c7..7599ec4ae268304858b07091cf92077a0a41b2c4 100644 (file)
@@ -375,7 +375,7 @@ gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata,
        {
          g_set_error (error, GDK_PIXBUF_ERROR,
                       GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
-                      _("failed to allocate imagge buffer of %u bytes"),
+                      _("failed to allocate image buffer of %u bytes"),
                       pixdata->rowstride * pixdata->height);
          return NULL;
        }